Html file


required

TreeApplet requires two parameters:

Following is an example of Html file with minimal settings required to implement TreeApplet in your web site:

<HTML>
    <HEAD>
    </HEAD>
    <BODY>
      <APPLET CODE="TreeApplet.class" WIDTH="220" HEIGHT="380">

        <PARAM NAME="Copyright"
          VALUE="(c)1998 Robert Della Malva (robdella@webshuttle.ch)">

        <PARAM NAME="Tree_ScriptFile" VALUE="script.txt">

      </APPLET>

    </BODY>

</HTML>

NOTE: